home *** CD-ROM | disk | FTP | other *** search
/ Gamers Arsenal 1 / Gamers Arsenal (Arsenal Computer).iso / gifreed / gifv.slc < prev    next >
Text File  |  1993-10-11  |  424b  |  21 lines

  1. ;
  2. ; GIFV.SLC
  3. ; Display all BMP Files in the current directory
  4. ; then display them backwards
  5. ; When finished, BEEP 3 times
  6. ; All pictures use a delay of 2 seconds
  7. ; The slide show will use the Fade In/Out type
  8. ;
  9.         delay 2
  10.         slide-type-Fade
  11.         change-path *.BMP
  12. :loop
  13.         loadnext :exit
  14.         goto :loop
  15. :exit
  16. :loop2
  17.         loadprev :exit2
  18.         goto :loop2
  19. :exit2
  20.         beep 3
  21.